Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_defined_functions
get_defined_functions
Returns an array of all defined functions
Name:
get_defined_functions
Category:
Function processing
Programming Language:
php
One-line Description:
Returns an array of all defined functions
Related
Why Does Using the ceil() Function on Arrays in PHP Cause Errors? What Are the Alternative Solutions to Avoid This Issue?
6
PHP Function Call Tips: Mastering the Flexible Use of '...' for Parameters
4
PHP Error Handling: Preventing Common Security Vulnerabilities and Mitigation Measures
3
How to Get the Current Time Zone Offset Using the timezone_name_get and DateTime::getOffset Methods
3
Similar Functions
get_defined_functions
get_defined_functions
Returnsanarrayofalld
call_user_func
call_user_func
Callthefirstparamete
forward_static_call
forward_static_call
Callingstaticmethods
func_get_args
func_get_args
Returnsanarraycontai
func_num_args
func_num_args
Returnsthenumberofpa
unregister_tick_function
unregister_tick_function
Unregisterthefunctio
register_shutdown_function
register_shutdown_function
Registerafunctiontha
function_exists
function_exists
Returntrueifthegiven
Popular Articles